home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
DELPHI32
/
GRAPHICS
/
SCGRAPH
/
HELP.DFM
/
HELP.txt
next >
Wrap
Text File
|
1996-11-11
|
2KB
|
99 lines
object HelpForm: THelpForm
Left = 756
Top = 542
BorderIcons = []
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 300
ClientWidth = 488
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 120
TextHeight = 16
object Panel1: TPanel
Left = 0
Top = 0
Width = 488
Height = 65
Align = alTop
BevelInner = bvLowered
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = [fsItalic]
ParentFont = False
TabOrder = 0
object Image1: TImage
Left = 24
Top = 8
Width = 49
Height = 49
Picture.Data = {<image000.bmp>}
Stretch = True
end
object Label1: TLabel
Left = 104
Top = 8
Width = 145
Height = 23
Caption = 'TScGraph v. 1.0'
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 104
Top = 32
Width = 298
Height = 17
Caption = 'R. Nowotny (r.nowotny@bmtp.akh-wien.ac.at)'
Font.Color = clBlack
Font.Height = -15
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
end
object Panel2: TPanel
Left = 0
Top = 256
Width = 488
Height = 44
Align = alBottom
BevelInner = bvLowered
TabOrder = 1
object Button1: TButton
Left = 206
Top = 11
Width = 75
Height = 25
Caption = 'Close'
TabOrder = 0
OnClick = Button1Click
end
end
object HelpMemo: TMemo
Left = 0
Top = 65
Width = 488
Height = 191
Align = alClient
Color = clBtnFace
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
Lines.Strings = (
'')
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 2
end
end